home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / tape.zip / readme.nt < prev    next >
Text File  |  1994-08-17  |  2KB  |  45 lines

  1. This program is designed to be used in conjunction with a version of win32tar
  2. that I found that DOES work with tape drives on windows NT.  However the
  3. executable only could be found and no mention of who did the port.
  4.  
  5. The drawbacks of win32tar is that it only lets you read/write one saveset on
  6. a tape.  It does however write a filemark after each saveset.  To get around
  7. this problem I designed lktapeutils.
  8.  
  9. First you must erase a tape or it must be new to use with tar.  You can erase
  10. it in ntbackup or use the lktapeutils -h command.
  11.  
  12. Then you write a saveset on the tape using tar
  13. ie. tar -cf\\.\tape0 -Vsaveset_1 -vvvv
  14.  
  15. now if you wanted to read the saveset you would issue the command
  16. tar -tf\\.\tape0 -vvvv
  17.  
  18. or alternative use the lktapeutils -l command which will list all tar
  19. savesets on the tape.  Now to write another saveset on the tape you use
  20. the lktapeutils -s 1 command to space over the first saveset then you
  21. again issue the command: tar -cf\\.\tape0 -Vsaveset2 -vvvv which will 
  22. save everything in the current directory.  Now there are two savesets on
  23. the tape but even if you issue the tar -tf\\.\tape0 command twice in 
  24. a row it will only list the first saveset and same goes for restoring it.
  25.  
  26. To get around this you would issue the command lktapeutils -s 1 and it
  27. would position the tape at the beginning of the second saveset and now you
  28. can list it or restore it.  Alternative you can use the command lktapeutils -l
  29. to list all saveset on the tape.  For a complete list of lktapeutils commands
  30. issue lktapeutils -h, for a complete list of tar commands issue tar +help.
  31.  
  32.  
  33. I can be reached at kahn@kahn.pdial.interpath.net or kahn@drcoffiste.com
  34. or 71534,600 on compuserver for problems.  No promises on fixes however.
  35.  
  36. Source will be provided to interested parties for other platforms on whateever
  37. after contacting me and prividing a "donation".
  38.  
  39. good luck
  40.  
  41. larry kahn
  42.  
  43.  
  44.  
  45.